//==============================================================================
// Misc Building_anim.txt
//==============================================================================

import Construction_defines_anim.txt

//==============================================================================
anim Idle
{
   SetSelector none 
   {
      ConstructionLogic 0 50
      set hotspot
      {
         version
         {
            Visual Building G Misc Building C
               }
            }
            set hotspot
            {
               version
               {
                  Visual building construction3x3 a
		            connect attachpoint G_Small_Brick hotspot
		            connect face G_Small_Brick hotspot
		            connect chin G_Small_Brick hotspot
		            connect leftfoot G_Small_Brick hotspot
		            connect lefthand G_Small_Brick hotspot
		            connect leftleg G_Small_Brick hotspot
                }
            }
            set hotspot
            {
               version
               {
                  Visual building construction3x3 b
		            connect attachpoint G_Small_Brick hotspot
		            connect face G_Small_Brick hotspot
		            connect chin G_Small_Brick hotspot
		            connect leftfoot G_Small_Brick hotspot
		            connect lefthand G_Small_Brick hotspot
		            connect leftleg G_Small_Brick hotspot
               }
            }
         }
      }
   }
}

